home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / BNU22SR1.ZIP / src / binutils.2 / ld / i386coff.xr < prev    next >
Text File  |  1993-11-28  |  413b  |  25 lines

  1. /* Generated through mkscript */
  2. "{OUTPUT_FORMAT(\"coff-i386\")\n\
  3. SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib);\n\
  4. ENTRY(_start)\n\
  5. SECTIONS\n\
  6. {\n\
  7.   .text  : {\n\
  8.     *(.init)\n\
  9.     *(.text)\n\
  10.     *(.fini)\n\
  11.     ;\n\
  12.   }\n\
  13.   .data  : {\n\
  14.     *(.data .data2)\n\
  15.     ;\n\
  16.   }\n\
  17.   .bss  :\n\
  18.   {                     \n\
  19.     *(.bss)\n\
  20.     *(COMMON)\n\
  21.     ;\n\
  22.   }\n\
  23. }\n\
  24. }"
  25.